CustomProxyConfig

A custom proxy settings.

Functions

Link copied to clipboard
open fun exceptions(): String
Returns a string that represents the proxy exceptions or an empty string if there are no exceptions.
Link copied to clipboard
open fun newInstance(proxyRules: String): CustomProxyConfig
Creates a custom proxy configuration based on the given proxyRules.
open fun newInstance(proxyRules: String, proxyExceptions: String): CustomProxyConfig
Creates a custom proxy configuration based on the given proxyRules and proxyExceptions.
Link copied to clipboard
open fun proxyRules(): String
Returns a string that represents the proxy rules.